DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageCollection Class / Read Method / Read(IEnumerable<String>,ReadBehaviours) Method
A set of filenames as strings

The behaviours to be used when reading this stream







    Read(IEnumerable<String>,ReadBehaviours) Method
    Creates and adds DicomImage objects from a collection of external DICOM files
    Syntax
    'Declaration
     
    
    Public Overloads Sub Read( _
       ByVal FileNames As System.Collections.Generic.IEnumerable(Of String), _
       Optional ByVal ReadBehaviour As ReadBehaviours _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim FileNames As System.Collections.Generic.IEnumerable(Of String)
    Dim ReadBehaviour As ReadBehaviours
     
    instance.Read(FileNames, ReadBehaviour)

    Parameters

    FileNames
    A set of filenames as strings
    ReadBehaviour

    The behaviours to be used when reading this stream

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also